*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 7 Nov 2000 17:33:35 +0000 (17:33 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 7 Nov 2000 17:33:35 +0000 (17:33 +0000)
lisp/ChangeLog
src/ChangeLog

index c1e82a4d71394cdac01d8f3c481c36c843d30c79..e8132a19ccf196545376371b97c018f1ba575b93 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
 
+       * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
+
        * dired.el (dired-between-files): Add `^. find' as an alternative
        to the regular expression, for find-dired.
 
index bbc015195e729d0bc344c8527afd107a1e9a321d..94c3aab639f257fc74219f8481182927723ca41e 100644 (file)
@@ -1,5 +1,9 @@
 2000-11-07  Gerd Moellmann  <gerd@gnu.org>
 
+       * window.c (Fset_window_configuration): Don't try to preserve
+       point in the current buffer, if that buffer is displayed in more
+       than one window.
+
        * xfaces.c (lookup_named_face): If default face isn't realized,
        try to realize it.  Return -1 if not successful.
        (Fx_list_fonts): Handle case that face cannot be determined.